home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / shared.dir / 01233_Movie 1.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  187 b   |  13 lines

  1. on mouseDown
  2.   sound fadeOut 1
  3.   puppetTransition(0)
  4.   sound stop 1
  5.   puppetSprite(45, 0)
  6.   ClearPuppets()
  7.   if the movie = "01.dir" then
  8.     go("02")
  9.   else
  10.     go(1, "01")
  11.   end if
  12. end
  13.